Use PEGetReportSummaryInfo to retrieve summary information about the report (for example, report title, author, and comments).
BOOL CRPE_API PEGetReportSummaryInfo ( short printJob, PEReportSummaryInfo FAR *summaryInfo);
Specifies the print job for which you want to get the report summary information. | |
Specifies a pointer to PEReportSummaryInfo. |
Declare Function PEGetReportSummaryInfo Lib "crpe32.dll" (
ByVal printJob As Integer, summaryInfo As PEReportSummaryInfo ) As Integer
function PEGetReportSummaryInfo (
printJob: integer;
var summaryInfo: PEReportSummaryInfo
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |